3.16.98 \(\int (\frac {1}{2 \sqrt {x}}+2 \sqrt {x}) \, dx\)

Optimal. Leaf size=15 \[ \frac {4 x^{3/2}}{3}+\sqrt {x} \]

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 15, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 0, integrand size = 17, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \frac {4 x^{3/2}}{3}+\sqrt {x} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[1/(2*Sqrt[x]) + 2*Sqrt[x],x]

[Out]

Sqrt[x] + (4*x^(3/2))/3

Rubi steps

\begin {align*} \int \left (\frac {1}{2 \sqrt {x}}+2 \sqrt {x}\right ) \, dx &=\sqrt {x}+\frac {4 x^{3/2}}{3}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 14, normalized size = 0.93 \begin {gather*} \frac {1}{3} \sqrt {x} (4 x+3) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[1/(2*Sqrt[x]) + 2*Sqrt[x],x]

[Out]

(Sqrt[x]*(3 + 4*x))/3

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.01, size = 19, normalized size = 1.27 \begin {gather*} \frac {1}{3} \left (4 x^{3/2}+3 \sqrt {x}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[1/(2*Sqrt[x]) + 2*Sqrt[x],x]

[Out]

(3*Sqrt[x] + 4*x^(3/2))/3

________________________________________________________________________________________

fricas [A]  time = 0.97, size = 10, normalized size = 0.67 \begin {gather*} \frac {1}{3} \, {\left (4 \, x + 3\right )} \sqrt {x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/2/x^(1/2)+2*x^(1/2),x, algorithm="fricas")

[Out]

1/3*(4*x + 3)*sqrt(x)

________________________________________________________________________________________

giac [A]  time = 1.08, size = 9, normalized size = 0.60 \begin {gather*} \frac {4}{3} \, x^{\frac {3}{2}} + \sqrt {x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/2/x^(1/2)+2*x^(1/2),x, algorithm="giac")

[Out]

4/3*x^(3/2) + sqrt(x)

________________________________________________________________________________________

maple [A]  time = 0.00, size = 11, normalized size = 0.73 \begin {gather*} \frac {\left (4 x +3\right ) \sqrt {x}}{3} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/2/x^(1/2)+2*x^(1/2),x)

[Out]

1/3*x^(1/2)*(4*x+3)

________________________________________________________________________________________

maxima [A]  time = 1.11, size = 9, normalized size = 0.60 \begin {gather*} \frac {4}{3} \, x^{\frac {3}{2}} + \sqrt {x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/2/x^(1/2)+2*x^(1/2),x, algorithm="maxima")

[Out]

4/3*x^(3/2) + sqrt(x)

________________________________________________________________________________________

mupad [B]  time = 0.02, size = 10, normalized size = 0.67 \begin {gather*} \frac {\sqrt {x}\,\left (4\,x+3\right )}{3} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(2*x^(1/2)) + 2*x^(1/2),x)

[Out]

(x^(1/2)*(4*x + 3))/3

________________________________________________________________________________________

sympy [A]  time = 0.06, size = 12, normalized size = 0.80 \begin {gather*} \frac {4 x^{\frac {3}{2}}}{3} + \sqrt {x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/2/x**(1/2)+2*x**(1/2),x)

[Out]

4*x**(3/2)/3 + sqrt(x)

________________________________________________________________________________________